home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / techs.zip / TECH19.ZIP / READ.ME < prev   
Text File  |  1980-01-01  |  509b  |  19 lines

  1. PROGRAM NAME: Err_hist.PRG
  2.  
  3. DESCRIPTION:  Error-trapping program for debugging.
  4.   
  5. ISSUE: October, 1985
  6. PAGE:  19
  7.  
  8. SOFTWARE VERSIONS:  dBASE III, Developer's Release
  9.  
  10. FUNCTION: This program demonstrates the use of ON ERROR as a
  11. debugging tool to trap the status of your program when an error
  12. occurs.  It produces an alternate file that records the state of
  13. error.
  14.  
  15. FILES NEEDED:  Err_hist.PRG 
  16.  
  17. SETUP INSTRUCTIONS:  In any of your command files, insert the
  18. command ON ERROR DO Err_hist.  
  19.